home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / 1V2FCC (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  198 b   |  6 lines

  1. package com.sun.java.swing.tree;
  2.  
  3. public interface RowMapper {
  4.    int[] getRowsForPaths(TreePath[] var1);
  5. }
  6.